home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / lgeneral-1.1 / scenarios / pg / Moscow41 < prev    next >
Text File  |  2002-07-23  |  20KB  |  1,110 lines

  1. name = "MOSCOW (41)"
  2. desc = "October 2, 1941: Can the heroes of the Motherland hold the Panzers until the winter comes?"
  3. authors = "Strategic Simulation Inc."
  4.  
  5. date = 02.10.1941
  6. turns = 22
  7. turns_per_day = 0
  8. days_per_turn = 3
  9.  
  10. nation_db = pg.ndb
  11. unit_db { main = pg.udb }
  12.  
  13. map = pg/map25
  14. weather = (
  15.   fair fair fair fair fair 
  16.   fair fair fair fair fair 
  17.   fair fair fair fair fair 
  18.   fair fair fair fair fair 
  19.   fair fair 
  20. )
  21. flags {
  22.   flag { x = 15 y = 3 nation = so obj = 0 }
  23.   flag { x = 31 y = 7 nation = so obj = 0 }
  24.   flag { x = 32 y = 7 nation = so obj = 0 }
  25.   flag { x = 44 y = 7 nation = so obj = 0 }
  26.   flag { x = 24 y = 9 nation = so obj = 1 }
  27.   flag { x = 49 y = 9 nation = so obj = 0 }
  28.   flag { x = 48 y = 10 nation = so obj = 0 }
  29.   flag { x = 55 y = 10 nation = so obj = 0 }
  30.   flag { x = 56 y = 10 nation = so obj = 0 }
  31.   flag { x = 45 y = 12 nation = so obj = 1 }
  32.   flag { x = 11 y = 13 nation = so obj = 0 }
  33.   flag { x = 32 y = 13 nation = so obj = 1 }
  34.   flag { x = 44 y = 13 nation = so obj = 0 }
  35.   flag { x = 45 y = 13 nation = so obj = 0 }
  36.   flag { x = 3 y = 14 nation = ger obj = 1 }
  37.   flag { x = 44 y = 14 nation = so obj = 0 }
  38.   flag { x = 45 y = 14 nation = so obj = 0 }
  39.   flag { x = 4 y = 15 nation = ger obj = 0 }
  40.   flag { x = 20 y = 15 nation = so obj = 0 }
  41.   flag { x = 20 y = 16 nation = so obj = 1 }
  42.   flag { x = 21 y = 19 nation = so obj = 0 }
  43.   flag { x = 31 y = 19 nation = so obj = 1 }
  44.   flag { x = 44 y = 20 nation = so obj = 0 }
  45.   flag { x = 39 y = 23 nation = so obj = 0 }
  46.   flag { x = 39 y = 24 nation = so obj = 0 }
  47.   flag { x = 47 y = 26 nation = so obj = 0 }
  48.   flag { x = 3 y = 27 nation = ger obj = 0 }
  49.   flag { x = 3 y = 28 nation = ger obj = 0 }
  50.   flag { x = 30 y = 28 nation = so obj = 1 }
  51.   flag { x = 30 y = 29 nation = so obj = 0 }
  52.   flag { x = 35 y = 29 nation = so obj = 0 }
  53.   flag { x = 14 y = 30 nation = so obj = 0 }
  54.   flag { x = 14 y = 31 nation = so obj = 0 }
  55.   flag { x = 37 y = 35 nation = so obj = 1 }
  56.   flag { x = 38 y = 35 nation = so obj = 0 }
  57.   flag { x = 57 y = 36 nation = so obj = 0 }
  58.   flag { x = 35 y = 37 nation = so obj = 0 }
  59.   flag { x = 57 y = 37 nation = so obj = 0 }
  60.   flag { x = 22 y = 38 nation = so obj = 0 }
  61.   flag { x = 5 y = 41 nation = so obj = 0 }
  62.   flag { x = 15 y = 41 nation = so obj = 1 }
  63.   flag { x = 29 y = 41 nation = so obj = 0 }
  64.   flag { x = 47 y = 41 nation = so obj = 0 }
  65.   flag { x = 6 y = 42 nation = so obj = 0 }
  66.   flag { x = 48 y = 42 nation = so obj = 0 }
  67.   flag { x = 21 y = 43 nation = so obj = 0 }
  68.   flag { x = 22 y = 43 nation = so obj = 0 }
  69. }
  70.  
  71. players {
  72.   axis {
  73.     name = "Axis"
  74.     nations = ( ger aus it hun bul rum fin esp )
  75.     allied_players = ()
  76.     orientation = right
  77.     control = human
  78.     strategy = 1
  79.     ai_module = default.so
  80.     transporters {
  81.       air { unit = 28 count = 50 }
  82.       sea { unit = 298 count = 50 }
  83.     }
  84.   }
  85.   allies {
  86.     name = "Allies"
  87.     nations = ( bel lux den fra gre usa tur net nor pol por so swe swi eng yug )
  88.     allied_players = ()
  89.     orientation = left
  90.     control = cpu
  91.     strategy = -1
  92.     ai_module = default.so
  93.     transporters {
  94.       air { unit = 353 count = 50 }
  95.       sea { unit = 290 count = 50 }
  96.     }
  97.   }
  98. }
  99.  
  100. result {
  101.   check = every_turn
  102.   cond{
  103.     and { control_all_hexes{ player = axis } turns_left { count = 4 } }
  104.     result = major
  105.     message = "Axis Major Victory"
  106.   }
  107.   cond{
  108.     and { control_all_hexes{ player = axis } }
  109.     result = minor
  110.     message = "Axis Minor Victory"
  111.   }
  112.   else {
  113.     result = defeat
  114.     message = "Axis Defeat"
  115.   }
  116. }
  117.  
  118. units {
  119.   unit {
  120.     id = 45 nation = ger
  121.     x = 3 y = 11
  122.     str = 12 entr = 2 exp = 2
  123.     trsp = none
  124.   }
  125.   unit {
  126.     id = 45 nation = ger
  127.     x = 3 y = 10
  128.     str = 12 entr = 0 exp = 2
  129.     trsp = none
  130.   }
  131.   unit {
  132.     id = 45 nation = ger
  133.     x = 5 y = 14
  134.     str = 13 entr = 0 exp = 3
  135.     trsp = none
  136.   }
  137.   unit {
  138.     id = 48 nation = ger
  139.     x = 4 y = 12
  140.     str = 12 entr = 0 exp = 2
  141.     trsp = none
  142.   }
  143.   unit {
  144.     id = 45 nation = ger
  145.     x = 3 y = 18
  146.     str = 12 entr = 0 exp = 2
  147.     trsp = none
  148.   }
  149.   unit {
  150.     id = 45 nation = ger
  151.     x = 4 y = 19
  152.     str = 12 entr = 0 exp = 2
  153.     trsp = none
  154.   }
  155.   unit {
  156.     id = 48 nation = ger
  157.     x = 5 y = 21
  158.     str = 11 entr = 0 exp = 2
  159.     trsp = none
  160.   }
  161.   unit {
  162.     id = 48 nation = ger
  163.     x = 6 y = 22
  164.     str = 11 entr = 0 exp = 2
  165.     trsp = none
  166.   }
  167.   unit {
  168.     id = 35 nation = ger
  169.     x = 4 y = 15
  170.     str = 10 entr = 0 exp = 2
  171.     trsp = 87
  172.   }
  173.   unit {
  174.     id = 45 nation = ger
  175.     x = 6 y = 28
  176.     str = 12 entr = 0 exp = 2
  177.     trsp = none
  178.   }
  179.   unit {
  180.     id = 45 nation = ger
  181.     x = 6 y = 27
  182.     str = 12 entr = 0 exp = 2
  183.     trsp = none
  184.   }
  185.   unit {
  186.     id = 98 nation = ger
  187.     x = 5 y = 20
  188.     str = 12 entr = 0 exp = 2
  189.     trsp = 85
  190.   }
  191.   unit {
  192.     id = 98 nation = ger
  193.     x = 6 y = 25
  194.     str = 10 entr = 0 exp = 2
  195.     trsp = 85
  196.   }
  197.   unit {
  198.     id = 84 nation = ger
  199.     x = 5 y = 23
  200.     str = 11 entr = 0 exp = 2
  201.     trsp = none
  202.   }
  203.   unit {
  204.     id = 159 nation = ger
  205.     x = 5 y = 29
  206.     str = 10 entr = 1 exp = 2
  207.     trsp = none
  208.   }
  209.   unit {
  210.     id = 159 nation = ger
  211.     x = 5 y = 25
  212.     str = 10 entr = 0 exp = 2
  213.     trsp = none
  214.   }
  215.   unit {
  216.     id = 4 nation = ger
  217.     x = 4 y = 29
  218.     str = 10 entr = 0 exp = 2
  219.     trsp = none
  220.   }
  221.   unit {
  222.     id = 4 nation = ger
  223.     x = 4 y = 28
  224.     str = 10 entr = 0 exp = 2
  225.     trsp = none
  226.   }
  227.   unit {
  228.     id = 21 nation = ger
  229.     x = 3 y = 28
  230.     str = 12 entr = 0 exp = 2
  231.     trsp = none
  232.   }
  233.   unit {
  234.     id = 106 nation = ger
  235.     x = 4 y = 13
  236.     str = 11 entr = 5 exp = 2
  237.     trsp = 85
  238.   }
  239.   unit {
  240.     id = 104 nation = ger
  241.     x = 3 y = 12
  242.     str = 11 entr = 5 exp = 2
  243.     trsp = 85
  244.   }
  245.   unit {
  246.     id = 47 nation = ger
  247.     x = 4 y = 18
  248.     str = 10 entr = 0 exp = 2
  249.     trsp = 85
  250.   }
  251.   unit {
  252.     id = 104 nation = ger
  253.     x = 4 y = 16
  254.     str = 11 entr = 5 exp = 2
  255.     trsp = 85
  256.   }
  257.   unit {
  258.     id = 106 nation = ger
  259.     x = 6 y = 26
  260.     str = 10 entr = 0 exp = 2
  261.     trsp = 85
  262.   }
  263.   unit {
  264.     id = 104 nation = ger
  265.     x = 4 y = 20
  266.     str = 10 entr = 0 exp = 2
  267.     trsp = 85
  268.   }
  269.   unit {
  270.     id = 106 nation = ger
  271.     x = 4 y = 22
  272.     str = 11 entr = 2 exp = 2
  273.     trsp = 85
  274.   }
  275.   unit {
  276.     id = 104 nation = ger
  277.     x = 6 y = 23
  278.     str = 11 entr = 0 exp = 2
  279.     trsp = 85
  280.   }
  281.   unit {
  282.     id = 104 nation = ger
  283.     x = 6 y = 29
  284.     str = 10 entr = 0 exp = 2
  285.     trsp = 85
  286.   }
  287.   unit {
  288.     id = 21 nation = ger
  289.     x = 3 y = 27
  290.     str = 11 entr = 0 exp = 2
  291.     trsp = none
  292.   }
  293.   unit {
  294.     id = 1 nation = ger
  295.     x = 3 y = 15
  296.     str = 12 entr = 0 exp = 2
  297.     trsp = none
  298.   }
  299.   unit {
  300.     id = 1 nation = ger
  301.     x = 3 y = 14
  302.     str = 10 entr = 0 exp = 2
  303.     trsp = none
  304.   }
  305.   unit {
  306.     id = 21 nation = ger
  307.     x = 4 y = 14
  308.     str = 10 entr = 0 exp = 2
  309.     trsp = none
  310.   }
  311.   unit {
  312.     id = 21 nation = ger
  313.     x = 5 y = 15
  314.     str = 12 entr = 0 exp = 2
  315.     trsp = none
  316.   }
  317.   unit {
  318.     id = 89 nation = ger
  319.     x = 5 y = 24
  320.     str = 12 entr = 0 exp = 2
  321.     trsp = none
  322.   }
  323.   unit {
  324.     id = 89 nation = ger
  325.     x = 19 y = 41
  326.     str = 10 entr = 0 exp = 2
  327.     trsp = none
  328.   }
  329.   unit {
  330.     id = 45 nation = ger
  331.     x = 18 y = 41
  332.     str = 10 entr = 0 exp = 2
  333.     trsp = none
  334.   }
  335.   unit {
  336.     id = 45 nation = ger
  337.     x = 15 y = 43
  338.     str = 10 entr = 0 exp = 2
  339.     trsp = none
  340.   }
  341.   unit {
  342.     id = 104 nation = ger
  343.     x = 18 y = 42
  344.     str = 10 entr = 0 exp = 2
  345.     trsp = 87
  346.   }
  347.   unit {
  348.     id = 104 nation = ger
  349.     x = 14 y = 44
  350.     str = 10 entr = 0 exp = 2
  351.     trsp = 87
  352.   }
  353.   unit {
  354.     id = 106 nation = ger
  355.     x = 16 y = 43
  356.     str = 10 entr = 0 exp = 2
  357.     trsp = 87
  358.   }
  359.   unit {
  360.     id = 75 nation = ger
  361.     x = 20 y = 42
  362.     str = 10 entr = 0 exp = 2
  363.     trsp = none
  364.   }
  365.   unit {
  366.     id = 75 nation = ger
  367.     x = 16 y = 44
  368.     str = 10 entr = 0 exp = 2
  369.     trsp = none
  370.   }
  371.   unit {
  372.     id = 47 nation = ger
  373.     x = 19 y = 42
  374.     str = 10 entr = 0 exp = 2
  375.     trsp = 87
  376.   }
  377.   unit {
  378.     id = 48 nation = ger
  379.     x = 18 y = 43
  380.     str = 10 entr = 0 exp = 2
  381.     trsp = none
  382.   }
  383.   unit {
  384.     id = 45 nation = ger
  385.     x = 19 y = 43
  386.     str = 10 entr = 0 exp = 2
  387.     trsp = none
  388.   }
  389.   unit {
  390.     id = 45 nation = ger
  391.     x = 18 y = 44
  392.     str = 10 entr = 0 exp = 2
  393.     trsp = none
  394.   }
  395.   unit {
  396.     id = 106 nation = ger
  397.     x = 2 y = 1
  398.     str = 10 entr = 0 exp = 2
  399.     trsp = 87
  400.   }
  401.   unit {
  402.     id = 104 nation = ger
  403.     x = 2 y = 40
  404.     str = 11 entr = 0 exp = 2
  405.     trsp = 85
  406.   }
  407.   unit {
  408.     id = 104 nation = ger
  409.     x = 3 y = 37
  410.     str = 12 entr = 0 exp = 2
  411.     trsp = 85
  412.   }
  413.   unit {
  414.     id = 106 nation = ger
  415.     x = 3 y = 35
  416.     str = 12 entr = 0 exp = 2
  417.     trsp = 85
  418.   }
  419.   unit {
  420.     id = 104 nation = ger
  421.     x = 2 y = 9
  422.     str = 10 entr = 0 exp = 2
  423.     trsp = 85
  424.   }
  425.   unit {
  426.     id = 98 nation = ger
  427.     x = 6 y = 30
  428.     str = 10 entr = 0 exp = 2
  429.     trsp = 85
  430.   }
  431.   unit {
  432.     id = 104 nation = ger
  433.     x = 6 y = 31
  434.     str = 10 entr = 0 exp = 2
  435.     trsp = 85
  436.   }
  437.   unit {
  438.     id = 48 nation = ger
  439.     x = 6 y = 32
  440.     str = 11 entr = 0 exp = 2
  441.     trsp = none
  442.   }
  443.   unit {
  444.     id = 48 nation = ger
  445.     x = 5 y = 32
  446.     str = 11 entr = 0 exp = 2
  447.     trsp = none
  448.   }
  449.   unit {
  450.     id = 47 nation = ger
  451.     x = 4 y = 33
  452.     str = 13 entr = 5 exp = 3
  453.     trsp = 85
  454.   }
  455.   unit {
  456.     id = 104 nation = ger
  457.     x = 2 y = 7
  458.     str = 10 entr = 5 exp = 2
  459.     trsp = 85
  460.   }
  461.   unit {
  462.     id = 104 nation = ger
  463.     x = 2 y = 5
  464.     str = 12 entr = 5 exp = 2
  465.     trsp = 85
  466.   }
  467.   unit {
  468.     id = 104 nation = ger
  469.     x = 2 y = 3
  470.     str = 11 entr = 5 exp = 2
  471.     trsp = 85
  472.   }
  473.   unit {
  474.     id = 48 nation = ger
  475.     x = 1 y = 2
  476.     str = 12 entr = 0 exp = 2
  477.     trsp = none
  478.   }
  479.   unit {
  480.     id = 48 nation = ger
  481.     x = 2 y = 2
  482.     str = 12 entr = 0 exp = 2
  483.     trsp = none
  484.   }
  485.   unit {
  486.     id = 273 nation = so
  487.     x = 21 y = 8
  488.     str = 10 entr = 3 exp = 0
  489.     trsp = none
  490.   }
  491.   unit {
  492.     id = 273 nation = so
  493.     x = 23 y = 5
  494.     str = 10 entr = 3 exp = 0
  495.     trsp = none
  496.   }
  497.   unit {
  498.     id = 273 nation = so
  499.     x = 18 y = 13
  500.     str = 10 entr = 3 exp = 0
  501.     trsp = none
  502.   }
  503.   unit {
  504.     id = 273 nation = so
  505.     x = 21 y = 10
  506.     str = 10 entr = 3 exp = 1
  507.     trsp = none
  508.   }
  509.   unit {
  510.     id = 273 nation = so
  511.     x = 17 y = 24
  512.     str = 10 entr = 3 exp = 0
  513.     trsp = none
  514.   }
  515.   unit {
  516.     id = 273 nation = so
  517.     x = 18 y = 21
  518.     str = 10 entr = 3 exp = 0
  519.     trsp = none
  520.   }
  521.   unit {
  522.     id = 273 nation = so
  523.     x = 18 y = 17
  524.     str = 10 entr = 3 exp = 1
  525.     trsp = none
  526.   }
  527.   unit {
  528.     id = 273 nation = so
  529.     x = 18 y = 15
  530.     str = 10 entr = 3 exp = 0
  531.     trsp = none
  532.   }
  533.   unit {
  534.     id = 273 nation = so
  535.     x = 17 y = 28
  536.     str = 10 entr = 3 exp = 0
  537.     trsp = none
  538.   }
  539.   unit {
  540.     id = 273 nation = so
  541.     x = 11 y = 37
  542.     str = 10 entr = 3 exp = 0
  543.     trsp = none
  544.   }
  545.   unit {
  546.     id = 273 nation = so
  547.     x = 16 y = 32
  548.     str = 10 entr = 3 exp = 0
  549.     trsp = none
  550.   }
  551.   unit {
  552.     id = 273 nation = so
  553.     x = 5 y = 38
  554.     str = 10 entr = 3 exp = 0
  555.     trsp = none
  556.   }
  557.   unit {
  558.     id = 254 nation = so
  559.     x = 20 y = 40
  560.     str = 10 entr = 2 exp = 1
  561.     trsp = none
  562.   }
  563.   unit {
  564.     id = 275 nation = so
  565.     x = 21 y = 43
  566.     str = 10 entr = 3 exp = 1
  567.     trsp = none
  568.   }
  569.   unit {
  570.     id = 275 nation = so
  571.     x = 11 y = 13
  572.     str = 11 entr = 3 exp = 1
  573.     trsp = none
  574.   }
  575.   unit {
  576.     id = 280 nation = so
  577.     x = 6 y = 12
  578.     str = 10 entr = 3 exp = 0
  579.     trsp = none
  580.   }
  581.   unit {
  582.     id = 273 nation = so
  583.     x = 36 y = 12
  584.     str = 10 entr = 3 exp = 0
  585.     trsp = none
  586.   }
  587.   unit {
  588.     id = 251 nation = so
  589.     x = 8 y = 14
  590.     str = 11 entr = 2 exp = 1
  591.     trsp = none
  592.   }
  593.   unit {
  594.     id = 273 nation = so
  595.     x = 31 y = 16
  596.     str = 10 entr = 0 exp = 0
  597.     trsp = none
  598.   }
  599.   unit {
  600.     id = 273 nation = so
  601.     x = 28 y = 24
  602.     str = 10 entr = 3 exp = 0
  603.     trsp = none
  604.   }
  605.   unit {
  606.     id = 273 nation = so
  607.     x = 29 y = 21
  608.     str = 10 entr = 0 exp = 1
  609.     trsp = none
  610.   }
  611.   unit {
  612.     id = 273 nation = so
  613.     x = 37 y = 37
  614.     str = 10 entr = 3 exp = 1
  615.     trsp = none
  616.   }
  617.   unit {
  618.     id = 273 nation = so
  619.     x = 28 y = 32
  620.     str = 10 entr = 0 exp = 0
  621.     trsp = none
  622.   }
  623.   unit {
  624.     id = 273 nation = so
  625.     x = 28 y = 27
  626.     str = 10 entr = 0 exp = 1
  627.     trsp = none
  628.   }
  629.   unit {
  630.     id = 273 nation = so
  631.     x = 4 y = 43
  632.     str = 10 entr = 3 exp = 0
  633.     trsp = none
  634.   }
  635.   unit {
  636.     id = 273 nation = so
  637.     x = 4 y = 41
  638.     str = 10 entr = 3 exp = 1
  639.     trsp = none
  640.   }
  641.   unit {
  642.     id = 273 nation = so
  643.     x = 30 y = 35
  644.     str = 10 entr = 0 exp = 1
  645.     trsp = none
  646.   }
  647.   unit {
  648.     id = 273 nation = so
  649.     x = 29 y = 41
  650.     str = 10 entr = 3 exp = 0
  651.     trsp = none
  652.   }
  653.   unit {
  654.     id = 273 nation = so
  655.     x = 35 y = 36
  656.     str = 10 entr = 3 exp = 0
  657.     trsp = none
  658.   }
  659.   unit {
  660.     id = 273 nation = so
  661.     x = 35 y = 34
  662.     str = 10 entr = 3 exp = 0
  663.     trsp = none
  664.   }
  665.   unit {
  666.     id = 273 nation = so
  667.     x = 45 y = 16
  668.     str = 10 entr = 0 exp = 0
  669.     trsp = none
  670.   }
  671.   unit {
  672.     id = 273 nation = so
  673.     x = 41 y = 15
  674.     str = 10 entr = 0 exp = 0
  675.     trsp = none
  676.   }
  677.   unit {
  678.     id = 273 nation = so
  679.     x = 41 y = 13
  680.     str = 10 entr = 0 exp = 0
  681.     trsp = none
  682.   }
  683.   unit {
  684.     id = 273 nation = so
  685.     x = 42 y = 11
  686.     str = 10 entr = 0 exp = 0
  687.     trsp = none
  688.   }
  689.   unit {
  690.     id = 273 nation = so
  691.     x = 43 y = 16
  692.     str = 10 entr = 0 exp = 0
  693.     trsp = none
  694.   }
  695.   unit {
  696.     id = 274 nation = so
  697.     x = 7 y = 16
  698.     str = 10 entr = 0 exp = 0
  699.     trsp = none
  700.   }
  701.   unit {
  702.     id = 273 nation = so
  703.     x = 7 y = 14
  704.     str = 10 entr = 3 exp = 0
  705.     trsp = none
  706.   }
  707.   unit {
  708.     id = 273 nation = so
  709.     x = 6 y = 18
  710.     str = 12 entr = 3 exp = 0
  711.     trsp = none
  712.   }
  713.   unit {
  714.     id = 273 nation = so
  715.     x = 45 y = 12
  716.     str = 10 entr = 0 exp = 0
  717.     trsp = none
  718.   }
  719.   unit {
  720.     id = 273 nation = so
  721.     x = 10 y = 22
  722.     str = 10 entr = 0 exp = 1
  723.     trsp = none
  724.   }
  725.   unit {
  726.     id = 273 nation = so
  727.     x = 7 y = 19
  728.     str = 10 entr = 3 exp = 0
  729.     trsp = none
  730.   }
  731.   unit {
  732.     id = 273 nation = so
  733.     x = 10 y = 21
  734.     str = 10 entr = 0 exp = 1
  735.     trsp = none
  736.   }
  737.   unit {
  738.     id = 273 nation = so
  739.     x = 10 y = 26
  740.     str = 10 entr = 3 exp = 0
  741.     trsp = none
  742.   }
  743.   unit {
  744.     id = 273 nation = so
  745.     x = 9 y = 33
  746.     str = 10 entr = 0 exp = 1
  747.     trsp = none
  748.   }
  749.   unit {
  750.     id = 254 nation = so
  751.     x = 21 y = 31
  752.     str = 10 entr = 2 exp = 0
  753.     trsp = none
  754.   }
  755.   unit {
  756.     id = 261 nation = so
  757.     x = 21 y = 30
  758.     str = 10 entr = 2 exp = 1
  759.     trsp = none
  760.   }
  761.   unit {
  762.     id = 239 nation = so
  763.     x = 23 y = 15
  764.     str = 10 entr = 3 exp = 0
  765.     trsp = none
  766.   }
  767.   unit {
  768.     id = 275 nation = so
  769.     x = 14 y = 30
  770.     str = 12 entr = 3 exp = 1
  771.     trsp = none
  772.   }
  773.   unit {
  774.     id = 280 nation = so
  775.     x = 15 y = 30
  776.     str = 10 entr = 3 exp = 0
  777.     trsp = none
  778.   }
  779.   unit {
  780.     id = 281 nation = so
  781.     x = 15 y = 29
  782.     str = 10 entr = 3 exp = 0
  783.     trsp = none
  784.   }
  785.   unit {
  786.     id = 251 nation = so
  787.     x = 14 y = 29
  788.     str = 10 entr = 2 exp = 1
  789.     trsp = none
  790.   }
  791.   unit {
  792.     id = 275 nation = so
  793.     x = 15 y = 41
  794.     str = 10 entr = 3 exp = 1
  795.     trsp = none
  796.   }
  797.   unit {
  798.     id = 278 nation = so
  799.     x = 14 y = 42
  800.     str = 10 entr = 3 exp = 0
  801.     trsp = none
  802.   }
  803.   unit {
  804.     id = 280 nation = so
  805.     x = 15 y = 40
  806.     str = 10 entr = 3 exp = 0
  807.     trsp = none
  808.   }
  809.   unit {
  810.     id = 263 nation = so
  811.     x = 18 y = 40
  812.     str = 10 entr = 2 exp = 0
  813.     trsp = none
  814.   }
  815.   unit {
  816.     id = 281 nation = so
  817.     x = 14 y = 41
  818.     str = 10 entr = 0 exp = 0
  819.     trsp = none
  820.   }
  821.   unit {
  822.     id = 254 nation = so
  823.     x = 16 y = 42
  824.     str = 10 entr = 2 exp = 1
  825.     trsp = none
  826.   }
  827.   unit {
  828.     id = 263 nation = so
  829.     x = 24 y = 9
  830.     str = 10 entr = 2 exp = 1
  831.     trsp = none
  832.   }
  833.   unit {
  834.     id = 278 nation = so
  835.     x = 19 y = 15
  836.     str = 10 entr = 3 exp = 1
  837.     trsp = none
  838.   }
  839.   unit {
  840.     id = 275 nation = so
  841.     x = 20 y = 16
  842.     str = 10 entr = 0 exp = 0
  843.     trsp = none
  844.   }
  845.   unit {
  846.     id = 261 nation = so
  847.     x = 22 y = 13
  848.     str = 10 entr = 2 exp = 1
  849.     trsp = none
  850.   }
  851.   unit {
  852.     id = 251 nation = so
  853.     x = 21 y = 18
  854.     str = 11 entr = 0 exp = 1
  855.     trsp = none
  856.   }
  857.   unit {
  858.     id = 280 nation = so
  859.     x = 20 y = 15
  860.     str = 10 entr = 3 exp = 0
  861.     trsp = none
  862.   }
  863.   unit {
  864.     id = 281 nation = so
  865.     x = 21 y = 15
  866.     str = 10 entr = 3 exp = 0
  867.     trsp = none
  868.   }
  869.   unit {
  870.     id = 273 nation = so
  871.     x = 9 y = 30
  872.     str = 10 entr = 3 exp = 0
  873.     trsp = none
  874.   }
  875.   unit {
  876.     id = 273 nation = so
  877.     x = 5 y = 36
  878.     str = 10 entr = 3 exp = 1
  879.     trsp = none
  880.   }
  881.   unit {
  882.     id = 273 nation = so
  883.     x = 7 y = 34
  884.     str = 10 entr = 3 exp = 0
  885.     trsp = none
  886.   }
  887.   unit {
  888.     id = 273 nation = so
  889.     x = 5 y = 12
  890.     str = 10 entr = 0 exp = 1
  891.     trsp = none
  892.   }
  893.   unit {
  894.     id = 273 nation = so
  895.     x = 6 y = 10
  896.     str = 10 entr = 3 exp = 0
  897.     trsp = none
  898.   }
  899.   unit {
  900.     id = 273 nation = so
  901.     x = 5 y = 7
  902.     str = 10 entr = 3 exp = 0
  903.     trsp = none
  904.   }
  905.   unit {
  906.     id = 273 nation = so
  907.     x = 4 y = 4
  908.     str = 10 entr = 0 exp = 0
  909.     trsp = none
  910.   }
  911.   unit {
  912.     id = 273 nation = so
  913.     x = 4 y = 6
  914.     str = 10 entr = 0 exp = 1
  915.     trsp = none
  916.   }
  917.   unit {
  918.     id = 280 nation = so
  919.     x = 11 y = 20
  920.     str = 10 entr = 0 exp = 1
  921.     trsp = none
  922.   }
  923.   unit {
  924.     id = 280 nation = so
  925.     x = 11 y = 22
  926.     str = 10 entr = 3 exp = 0
  927.     trsp = none
  928.   }
  929.   unit {
  930.     id = 280 nation = so
  931.     x = 11 y = 26
  932.     str = 10 entr = 3 exp = 1
  933.     trsp = none
  934.   }
  935.   unit {
  936.     id = 278 nation = so
  937.     x = 9 y = 21
  938.     str = 10 entr = 3 exp = 0
  939.     trsp = none
  940.   }
  941.   unit {
  942.     id = 281 nation = so
  943.     x = 11 y = 21
  944.     str = 10 entr = 0 exp = 1
  945.     trsp = none
  946.   }
  947.   unit {
  948.     id = 280 nation = so
  949.     x = 11 y = 12
  950.     str = 10 entr = 3 exp = 0
  951.     trsp = none
  952.   }
  953.   unit {
  954.     id = 281 nation = so
  955.     x = 9 y = 13
  956.     str = 10 entr = 3 exp = 0
  957.     trsp = none
  958.   }
  959.   unit {
  960.     id = 281 nation = so
  961.     x = 12 y = 12
  962.     str = 11 entr = 3 exp = 1
  963.     trsp = none
  964.   }
  965.   unit {
  966.     id = 280 nation = so
  967.     x = 7 y = 18
  968.     str = 10 entr = 0 exp = 0
  969.     trsp = none
  970.   }
  971.   unit {
  972.     id = 279 nation = so
  973.     x = 5 y = 2
  974.     str = 10 entr = 3 exp = 1
  975.     trsp = none
  976.   }
  977.   unit {
  978.     id = 278 nation = so
  979.     x = 4 y = 2
  980.     str = 10 entr = 3 exp = 0
  981.     trsp = none
  982.   }
  983.   unit {
  984.     id = 251 nation = so
  985.     x = 13 y = 3
  986.     str = 11 entr = 3 exp = 0
  987.     trsp = none
  988.   }
  989.   unit {
  990.     id = 248 nation = so
  991.     x = 12 y = 17
  992.     str = 11 entr = 2 exp = 1
  993.     trsp = none
  994.   }
  995.   unit {
  996.     id = 250 nation = so
  997.     x = 21 y = 24
  998.     str = 10 entr = 2 exp = 0
  999.     trsp = none
  1000.   }
  1001.   unit {
  1002.     id = 250 nation = so
  1003.     x = 20 y = 25
  1004.     str = 10 entr = 2 exp = 1
  1005.     trsp = none
  1006.   }
  1007.   unit {
  1008.     id = 275 nation = so
  1009.     x = 47 y = 26
  1010.     str = 10 entr = 3 exp = 1
  1011.     trsp = none
  1012.   }
  1013.   unit {
  1014.     id = 275 nation = so
  1015.     x = 31 y = 19
  1016.     str = 12 entr = 3 exp = 1
  1017.     trsp = none
  1018.   }
  1019.   unit {
  1020.     id = 275 nation = so
  1021.     x = 44 y = 14
  1022.     str = 11 entr = 3 exp = 1
  1023.     trsp = none
  1024.   }
  1025.   unit {
  1026.     id = 275 nation = so
  1027.     x = 44 y = 20
  1028.     str = 10 entr = 3 exp = 0
  1029.     trsp = none
  1030.   }
  1031.   unit {
  1032.     id = 275 nation = so
  1033.     x = 44 y = 13
  1034.     str = 11 entr = 3 exp = 1
  1035.     trsp = none
  1036.   }
  1037.   unit {
  1038.     id = 275 nation = so
  1039.     x = 32 y = 13
  1040.     str = 12 entr = 3 exp = 1
  1041.     trsp = none
  1042.   }
  1043.   unit {
  1044.     id = 275 nation = so
  1045.     x = 30 y = 28
  1046.     str = 12 entr = 3 exp = 1
  1047.     trsp = none
  1048.   }
  1049.   unit {
  1050.     id = 275 nation = so
  1051.     x = 37 y = 35
  1052.     str = 12 entr = 3 exp = 1
  1053.     trsp = none
  1054.   }
  1055.   unit {
  1056.     id = 280 nation = so
  1057.     x = 38 y = 36
  1058.     str = 10 entr = 3 exp = 0
  1059.     trsp = none
  1060.   }
  1061.   unit {
  1062.     id = 281 nation = so
  1063.     x = 38 y = 35
  1064.     str = 10 entr = 3 exp = 0
  1065.     trsp = none
  1066.   }
  1067.   unit {
  1068.     id = 232 nation = so
  1069.     x = 22 y = 19
  1070.     str = 12 entr = 3 exp = 0
  1071.     trsp = none
  1072.   }
  1073.   unit {
  1074.     id = 232 nation = so
  1075.     x = 21 y = 19
  1076.     str = 12 entr = 3 exp = 1
  1077.     trsp = none
  1078.   }
  1079.   unit {
  1080.     id = 239 nation = so
  1081.     x = 37 y = 34
  1082.     str = 12 entr = 0 exp = 1
  1083.     trsp = none
  1084.   }
  1085.   unit {
  1086.     id = 230 nation = so
  1087.     x = 45 y = 14
  1088.     str = 11 entr = 3 exp = 1
  1089.     trsp = none
  1090.   }
  1091.   unit {
  1092.     id = 230 nation = so
  1093.     x = 45 y = 13
  1094.     str = 11 entr = 3 exp = 0
  1095.     trsp = none
  1096.   }
  1097.   unit {
  1098.     id = 239 nation = so
  1099.     x = 49 y = 9
  1100.     str = 12 entr = 3 exp = 1
  1101.     trsp = none
  1102.   }
  1103.   unit {
  1104.     id = 273 nation = so
  1105.     x = 14 y = 35
  1106.     str = 10 entr = 3 exp = 0
  1107.     trsp = none
  1108.   }
  1109. }
  1110.